docs: add external article#729
Conversation
Signed-off-by: Kavishka Fernando <kavi@kavishka.local>
📝 WalkthroughSummary by CodeRabbit
WalkthroughA new preview image ( ChangesNew External Article Entry
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/data/externalArticles.ts`:
- Around line 72-81: The external article entry with the title 'Demystifying
OpenChoreo: An Architecture Overview' contains a Medium URL that returns HTTP
403 Forbidden, making it inaccessible to users. Either remove this entire
article object from the externalArticles array, or replace the url property with
an accessible alternative source that provides similar technical content about
OpenChoreo architecture.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 7aa42644-e14f-4850-ab5c-091cfc579413
📒 Files selected for processing (2)
blog/assets/previews/demystifying-abdel-article-2026.webpsrc/data/externalArticles.ts
Purpose
Adding external article
Related Issues
Checklist
sidebars.tsif adding a new documentation pagenpm run startto preview the changes locallynpm run buildto ensure the build passes without errors